Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix heal update #137

Conversation

artem-belov
Copy link

Signed-off-by: Artem Belov artem.belov@xored.com

connect.NewServer(
ctx,
func(ctx context.Context, cc grpc.ClientConnInterface) networkservice.NetworkServiceClient {
return client.NewClient(ctx,
cc,
client.WithName(name),
client.WithHeal(addressof.NetworkServiceClient(adapters.NewServerToClient(rv))),
heal.NewClient(ctx, cc),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't heal built into client.NewClient? If not... why not?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, it is already there. My mistake

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do check further downstream as well. When I attempted this fix in my local repo, the cmd-forwarder-vpp stopped working... so we may need to chase down issues as this trickles downstream (although I could have also just gotten my local repo into an odd state).

Signed-off-by: Artem Belov <artem.belov@xored.com>
@haiodo haiodo merged commit 183223d into networkservicemesh:update/networkservicemesh/sdk Mar 24, 2021
haiodo pushed a commit that referenced this pull request Mar 24, 2021
* Update go.mod and go.sum to latest version from networkservicemesh/sdk@master networkservicemesh/sdk#786

networkservicemesh/sdk PR link: networkservicemesh/sdk#786

networkservicemesh/sdk commit message:
commit a9754c798b744b599e0420e29ee84e0e176c8807
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Tue Mar 23 10:24:22 2021 -0500

    Update from update/networkservicemesh/api

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>

* Fix heal update (#137)

Signed-off-by: Artem Belov <artem.belov@xored.com>

Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: Artem Belov <artem.belov@xored.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants